From 4d73eada4a4c923b0c06051cc7bab0f6651f86b6 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Tue, 14 Aug 2018 16:03:24 +0200 Subject: [PATCH] xen: fix stale PVH comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Pau Monné Acked-by: Wei Liu --- xen/include/public/domctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/domctl.h b/xen/include/public/domctl.h index 5c3916caaf..ad95a8e644 100644 --- a/xen/include/public/domctl.h +++ b/xen/include/public/domctl.h @@ -49,7 +49,7 @@ struct xen_domctl_createdomain { /* IN parameters */ uint32_t ssidref; xen_domain_handle_t handle; - /* Is this an HVM guest (as opposed to a PVH or PV guest)? */ + /* Is this an HVM guest (as opposed to a PV guest)? */ #define _XEN_DOMCTL_CDF_hvm_guest 0 #define XEN_DOMCTL_CDF_hvm_guest (1U<<_XEN_DOMCTL_CDF_hvm_guest) /* Use hardware-assisted paging if available? */ -- 2.30.2